home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Sample.bin / Notepad.properties < prev    next >
Text File  |  1998-06-30  |  2KB  |  76 lines

  1. # @(#)Notepad.properties    1.5 97/09/24
  2. #
  3. # Resource strings for Notepad example
  4.  
  5. Title=Notepad
  6. ViewportBackingStore=false
  7.  
  8. # menubar definition
  9. #
  10. # Each of the strings that follow form a key to be 
  11. # used to the actual menu definition.
  12. menubar=file edit debug
  13.  
  14. # file Menu definition
  15. #
  16. # Each of the strings that follow form a key to be
  17. # used as the basis of a menu item definition.
  18. #
  19. # open ->  Notepad.openAction
  20. # new  ->  Notepad.newAction
  21. # save ->  Notepad.saveAction
  22. # exit ->  Notepad.exitAction
  23. file=new open save - exit
  24. fileLabel=File
  25. openLabel=Open
  26. openImage=images/open.gif
  27. newLabel=New
  28. newImage=images/new.gif
  29. saveLabel=Save
  30. saveImage=images/save.gif
  31. exitLabel=Exit
  32.  
  33. #
  34. # edit Menu definition
  35. #
  36. # cut   -> JTextComponent.cutAction
  37. # copy  -> JTextComponent.copyAction
  38. # paste -> JTextComponent.pasteAction
  39. edit=cut copy paste - undo redo
  40. editLabel=Edit
  41. cutLabel=Cut
  42. cutAction=cut-to-clipboard
  43. cutImage=images/cut.gif
  44. copyLabel=Copy
  45. copyAction=copy-to-clipboard
  46. copyImage=images/copy.gif
  47. pasteLabel=Paste
  48. pasteAction=paste-from-clipboard
  49. pasteImage=images/paste.gif
  50. undoLabel=Undo
  51. undoAction=Undo
  52. redoLabel=Redo
  53. redoAction=Redo
  54.  
  55. #
  56. # debug Menu definition
  57. #
  58. debug=dump
  59. debugLabel=Debug
  60. dumpLabel=Dump model to System.err
  61. dumpAction=dump-model
  62.  
  63. # toolbar definition
  64. #
  65. # Each of the strings that follow form a key to be
  66. # used as the basis of the tool definition.  Actions
  67. # are of course sharable, and in this case are shared
  68. # with the menu items.
  69. toolbar=new open save - cut copy paste
  70. newTooltip=Create a new file
  71. openTooltip=Open a file
  72. saveTooltip=Save to a file
  73. cutTooltip=Move selection to clipboard
  74. copyTooltip=Copy selection to clipboard
  75. pasteTooltip=Paste clipboard to selection
  76.